gdbsx: a gdbserver stub for xen.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 15 Oct 2009 08:36:40 +0000 (09:36 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 15 Oct 2009 08:36:40 +0000 (09:36 +0100)
commit61f2a440299cdf5ff809cd330a6400f6a5cdf910
tree227d1b51b47a9bddf6dec437371eabad8d346221
parentf8e61527db79a580d9d9d5602059ed4db6c06b2d
gdbsx: a gdbserver stub for xen.

It should be run on dom0 on gdbsx enabled hypervisor. For details,
please see tools/debugger/gdbsx/README

Signed-off-by: Mukesh Rathor <mukesh.rathor@oracle.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
23 files changed:
.hgignore
tools/debugger/gdbsx/Makefile [new file with mode: 0644]
tools/debugger/gdbsx/README [new file with mode: 0644]
tools/debugger/gdbsx/Rules.mk [new file with mode: 0644]
tools/debugger/gdbsx/gx/Makefile [new file with mode: 0644]
tools/debugger/gdbsx/gx/gx.h [new file with mode: 0644]
tools/debugger/gdbsx/gx/gx_comm.c [new file with mode: 0644]
tools/debugger/gdbsx/gx/gx_local.c [new file with mode: 0644]
tools/debugger/gdbsx/gx/gx_main.c [new file with mode: 0644]
tools/debugger/gdbsx/gx/gx_utils.c [new file with mode: 0644]
tools/debugger/gdbsx/gx/xg_dummy.c [new file with mode: 0644]
tools/debugger/gdbsx/xg/Makefile [new file with mode: 0644]
tools/debugger/gdbsx/xg/xg_main.c [new file with mode: 0644]
tools/debugger/gdbsx/xg/xg_public.h [new file with mode: 0644]
xen/Rules.mk
xen/arch/x86/Makefile
xen/arch/x86/debug.c [new file with mode: 0644]
xen/arch/x86/domctl.c
xen/arch/x86/hvm/svm/svm.c
xen/arch/x86/hvm/vmx/vmx.c
xen/include/asm-x86/debugger.h
xen/include/asm-x86/domain.h
xen/include/public/domctl.h